home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / tcp / BBGopher10.lha / bbgopher / README < prev   
Text File  |  1995-04-19  |  4KB  |  88 lines

  1. ----------------------------------------------------------------------------
  2. BBGopher/amiga 1.0 (20.4.95)
  3. Copyright (c) 1995 Jason M. Weber
  4.  
  5. This is the Amiga port of Mark Morley's BBGopher 1.6 for UNIX systems.
  6. Below this point is the original README (documentation) that was included
  7. in the original BBGopher 1.6 (UNIX) distribution.  Amiga specific features
  8. are included in 'Amiga.*' files.
  9. ----------------------------------------------------------------------------
  10. BBGopher 1.6
  11. Copyright 1993 by Mark Morley
  12.  
  13.    You may use and distribute this code in any way you like.  It is free and
  14.    there are no strings attached.  All I ask is that my name stays in the
  15.    program (source and binaries).
  16.  
  17. FTP Site: suncad.camosun.bc.ca:/pub/morley/bbgopher1.6.tar.Z
  18.  
  19. BBGopher is an alternative Gopher client for Unix based systems.  I develop it
  20. under Linux .99pl12 and SunOS 4.1.2 simultaneously, I suspect it'll compile
  21. "out of the box" on most systems that support sockets.
  22.  
  23. New features and bug fixes since version 1.4:
  24. (note that version 1.5 was internal)
  25.    - Added the variable BADPORTS to the config file.  You can now supply a
  26.      list of port numbers that are "not allowed".  This is useful to block
  27.      users from using certain services.  For example, we need to stop users
  28.      from accessing MUD's and public Telnet sites.
  29.    - Fixed a small bug having to do with index searches.  BBGopher was not
  30.      sending a carriage return after the search string, so the host was
  31.      chopping off the last character.  Ouch.
  32.    - Changed the way BBGopher created temporary file names.  Any BBGopher
  33.      droppings should now be recognisable in the form "bbgo......"
  34.  
  35. This version of BBGopher supports the following item types:
  36.    Text files (can me mailed or saved after viewing them)
  37.    Directories
  38.    Binary transfers (DOS, UUE, HQX, etc)
  39.    Telnet
  40.    TN3270
  41.    Index searches
  42.    Informational Text
  43.  
  44. Features:
  45.         - Provides a simple scrolling interface (but still looks good!) that
  46.           should work on _any_ terminal.
  47.         - You can lock users into using a specific directory for saving text
  48.           files.
  49.         - You can grant or deny access to any item type on a per user basis.
  50.         - You can define an external pager for viewing files, although there
  51.           is a simple one built in.
  52.         - You can define things like which mailer to use, which telnet binary
  53.           to run, etc.
  54.         - Easy configuration via an ascii config file.
  55.         - Support for bookmarks.  Bookmarks are automatically sorted as well.
  56.         - The '=' command gives you details on a specific menu item.
  57.  
  58. Installation:
  59.         1) Uncompress and expand the tar file.
  60.         2) Type 'makeit'
  61.         3) Move the file bbgopher.conf into the /usr/local/etc directory.
  62.            If you'd prefer a different file/path name then you must edit
  63.            the file bbgopher.c and change the #define near the top of the
  64.            program.
  65.         4) Edit the bbgopher.conf file (or whatever you decided to call it)
  66.            to configure it for your site.  Be sure and read the comments
  67.            in the sample config file carefully.  Make sure this file is
  68.            marked as readable by everyone.
  69.         5) Move the file bbgopher.help into the appropriate directory.  You
  70.            must be sure to define the path/filename for the help file in
  71.            the config file.  You can place this file anywhere you like and
  72.            give it any name you like.  A sample file is provided, but you
  73.            may want to edit it to suit your tastes.  Make sure this file is
  74.            marked as readable by everyone.
  75.         6) Move the file bbgopher to a directory on the users' path.  I use
  76.            /usr/local/bin.  Anything is fine.
  77.         7) That's it!
  78.  
  79. Notice:
  80.         This software was and is developed in what little spare time I have.
  81.         I can't promise much in the way of support, but I'll try and answer
  82.         any mail I may get.  Bug reports, success reports, suggestions, etc.
  83.         are all welcome.
  84.  
  85.  
  86. Mark
  87. morley@camosun.bc.ca
  88.